Package org.dogtagpki.server.cli
Class SubsystemDBUpgradeCLI
java.lang.Object
org.dogtagpki.cli.CLI
org.dogtagpki.cli.CommandCLI
org.dogtagpki.server.cli.ServerCommandCLI
org.dogtagpki.server.cli.SubsystemDBUpgradeCLI
- Author:
- Endi S. Dewata
-
Field Summary
FieldsFields inherited from class org.dogtagpki.cli.CLI
description, exitOnError, formatter, modules, name, options, parent, parser, verbose -
Constructor Summary
ConstructorsConstructorDescriptionSubsystemDBUpgradeCLI(String name, String description, CLI parent) SubsystemDBUpgradeCLI(CLI parent) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.apache.commons.cli.CommandLine cmd) voidupgrade(LDAPConfig ldapConfig, LdapBoundConnection conn) Methods inherited from class org.dogtagpki.server.cli.ServerCommandCLI
createOptions, getAuthInfo, getEngineConfig, getSecurePort, initializeTomcatJSSMethods inherited from class org.dogtagpki.cli.CommandCLI
execute, parseOptionsMethods inherited from class org.dogtagpki.cli.CLI
addModule, addModule, executeCommand, executeCommands, findModule, findModules, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, handleException, isDeprecated, parseLine, printHelp, printVersion, removeModule, runExternal, runExternal, setDescription, setName
-
Field Details
-
logger
public static org.slf4j.Logger logger
-
-
Constructor Details
-
SubsystemDBUpgradeCLI
-
SubsystemDBUpgradeCLI
-
-
Method Details
-
execute
- Overrides:
executein classCommandCLI- Throws:
Exception
-
upgrade
- Throws:
Exception
-